home *** CD-ROM | disk | FTP | other *** search
- ##################################################################
- #
- # cf.motd
- #
- # This file is used to set the message of the day file on
- # each host
- #
- ##################################################################
-
- #####
- #
- # BEGIN cf.motd
- #
- #####
-
- control:
-
- #
- # This points to the file containing general text
- #
-
- masterfile = ( /iu/nexus/local/iu/etc/motd-master )
- addendum = ( /iu/nexus/local/iu/etc/motd-nexus )
-
- editfiles:
-
- { /etc/motd
-
- BeginGroupIfFileIsNewer "$(masterfile)"
- AutoCreate
- # IncrementPointer "1"
- DeleteLinesAfterThisMatching ".*"
- InsertFile "$(masterfile)"
- EndGroup
- }
-
- NOTnexus::
-
- { /etc/motd
-
- BeginGroupIfNoLineContaining "connecting"
- InsertFile "$(addendum)"
- EndGroup
- }
-
- #####
- #
- # EGIN cf.motd
- #
- #####
-